Initializes a new instance of the ReadonlyCollection class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ReadOnlyCollection<T> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of T) ( _ |
An ICollection that represents the collection to wrap.
See Also